/*
Theme Name: GRL Theme
Theme URI: https://www.eastdigi.com
Author: East Digi Marketing Team
Author URI: https://www.eastdigi.com
Version: 1.0
*/
/* .super_get_quote_button {
    
}*/
header.affix-top{position:relative;z-index:9}
.h2{font-size: 40px;font-weight: 700;font-family: 'Helvetifca-Bold';}
.h3{font-size: 24px;font-weight: 700;font-family: 'Helvetifca-Bold'; line-height: 1.1; color: inherit;}
.super_get_quote_a {
    margin:20px;
    width: 8em;
    justify-content: center;
    display: flex;
    padding: 0.8em 1.1em;
    gap: 0.4rem;
    border: none;
    font-weight: 900;
    font-family:Roboto;
    font-size:14px;
    border-radius: 30px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    box-shadow: 0 15px 25px -6px rgba(238, 103, 97, 0.5);
    background: linear-gradient(
        15deg,
        #D0262E,
        #D0262E,
        #cc3f47,
        #de6f3d,
        #f09f33,
        #de6f3d,
        #d53c2f,
        #D0262E,
        #D0262E
      )
      no-repeat;
    background-size: 300%;
    background-position: left center;
    transition: background 0.3s ease;
    color: #fff;
  }
  
  .super_get_quote_a:hover {
    background-size: 320%;
    background-position: right center;
    transform: translateY(3px);
    box-shadow: none;
  }

.super_get_quote_button {
    margin:20px;
    width: 8em;
	text-align:center;
    justify-content: center;
    display: inline-block;
    padding: 0.8em 1.1em;
    gap: 0.4rem;
    border: none;
    font-weight: 900;
    font-family:Roboto;
    font-size:14px;
    border-radius: 30px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    box-shadow: 0 15px 25px -6px rgba(238, 103, 97, 0.5);
    background: linear-gradient(
        15deg,
        #D0262E,
        #D0262E,
        #cc3f47,
        #de6f3d,
        #f09f33,
        #de6f3d,
        #d53c2f,
        #D0262E,
        #D0262E
      )
      no-repeat;
    background-size: 300%;
    background-position: left center;
    transition: background 0.3s ease;
    color: #fff;
  }
  
  .super_get_quote_button:hover {
    background-size: 320%;
    background-position: right center;
    transform: translateY(3px);
    box-shadow: none;
  }
  
td, th {
    border: 1px solid #ccc;
}

@font-face {
    font-family: 'Roboto-Regular';

    src: url('../grl/fonts/Roboto-Regular.woff') format('woff'),
        url('../grl/fonts/Roboto-Regular.ttf') format('truetype'),
        url('../grl/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Bold';

    src: url('../grl/fonts/Helvetica-Bold.woff') format('woff'),
        url('../grl/fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../grl/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('/wp-content/themes/grl/fonts/Futura-Bold .ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.ht_info a {
    margin-right: 20px;
}
.nf-response-msg p {
    color: #333;
}
.search-results .wp-pagenavi {
    clear: both;
    text-align: center;
}
.search-results h4 a {
    color: #333;
}
.search-results #primary {
    margin-bottom: 50px;
}
.nav_right {
    display: flex
}
.nav_right .top-search a {
    background: transparent;
    cursor: pointer;
}

.chil_cat ul li {
    display: inline-block;
    margin-right: 10px;
}

.popup_fearch {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(153, 153, 153, 0.9);
    opacity: 0;
    transition: all 0.5s ease 0s;
    color: #fff;
    z-index: -1;
}
.search_open .popup_fearch {
    z-index: 999;
    opacity: 1;
}
.popup_fearch .container>div {
    text-align: center;
    width: 100%;
}
.popup_fearch .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.secr_con form {
    margin: 50px 0;
}
.popup_fearch .close_btn {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255, 0.8);
    color: #000;
    border-radius: 50%;
    line-height: 60px;
    margin: 0 auto;
    cursor: pointer;
}
.popup_fearch #search-bg #s {
    width: 450px;
    border: 0;
    padding: 10px;
    color: #333;
    outline: none;
}
.popup_fearch #search-bg button {
    background: #cb151d;
    border: 0;
    padding: 10px 40px;
    position: relative;
}
body {
    color: #151515;
    font-size: 16px;
    font-family: 'Roboto-Regular';
}
h2 {
    font-size: 40px;
}
h1,
h2,
h3 {
    font-family: 'Helvetica-Bold';
}
.header_top {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #e8e9ec;
}
.home .header_top {
    background: #001b3c;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
}
.header_top a {
    color: #001b3c;
    font-size: 18px;
}
.home .header_top a {
    color: #fff;
    font-size: 18px;
}
.ht_menu ul li {
    display: inline-block;
    margin-left: 25px;
}
.ht_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
}
.ht_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
a {
    display: inline-block;
    transition: all .5s ease-out 0s;
}
a:hover {
    text-decoration: none;
    color: #ac000e;

}
.banner-text picture img {
    width: 100%;
}
.menu_mobile {
    display: none;
}
.nav-main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-main-menu li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.sub-menu {
    position: absolute;
    width: 260px;
    z-index: 9;
    background: #929090;
    padding: 0;
    display: none;
}
.top-main-menu>li>ul>li>a{font-size: 16px !important;margin-bottom: 5px;font-weight: 900;}
.nav-main-menu .sub-menu li a {
    line-height: 40px;
    padding: 0 15px;
    display: block;
    font-size: 14px ;
    font-weight: 100;
}
.top-main-menu li:hover>ul {
    display: block;
}
.home .top-main-menu li a {
    color: #fff;
}
.top-main-menu li .sub-menu li a {
    color: #fff;
    display: block;
}
.top-main-menu li .sub-menu li {
    display: block;
    margin: 0;
}
.sub-menu li:hover>a {
    background: #e9000b;
}
.sub-menu .sub-menu {
    left: 260px;
    top: 0;
}
.top-main-menu>li>a {
    line-height: 40px;
}
.home .affix .top-main-menu li a,
.top-main-menu li a {
    font-size: 18.5px;
    text-transform: none;
    color: #212529;
}
.header_top .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    justify-content: end;
}
.header_top .footer-social ul li {
    margin-left: 15px;
    margin-right: 0;
}
.nav_right a {
    color: #212529;
    font-size: 18.5px;
    text-transform: uppercase;
    background: #ac000e;
    padding: 5px 15px;
    border-radius: 30px;
}
.home .nav_right a {
    color: #fff;
}
.nav_right .top-quote a {
    color: #fff;
}
.home .affix .nav_right .top-search a {
    color: #212529;
}
.home .header_bottom {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 25px 0;
    transition: all .5s ease-out 0s;
    background: transparent;
}
.affix {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff !important;
}
.affix .header_bottom {
    background: #fff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
body .header_bottom {
    padding: 25px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #00000025;
}
.affix-top .header_bottom .menu-item-type-post_type>a {
    color: white
}
.affix .header_bottom .menu-item-type-post_type>a {
    color: black
}
.affix .top-search .mobile-none>a {
    color: black
}
.affix-top .mobile-none>a {
    color: white;
    font-size: 15px !important
}
img.color,
.affix-top img.color {
    display: none;
}
.affix img.color {
    display: block;
}
.affix img.white {
    display: none;
}
.page-template-page-products .page-nav {
    margin: 30px 0 0;
}
header .container {
    max-width: 1700px;
    width: 100%;
}
.banner-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.logo {
    line-height: 0;
}
.banner-info h2 {
    font-size: 60px;
}
.banner-info p {
    font-size: 24px;
    margin: 35px 0;
}
.link_more span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e50012;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
}
.link_more a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 25px;
    border-radius: 35px;
    border: 2px solid #e50012;
    align-items: center;
    width: 250px;
}
.numCount {
    display: flex;
    padding: 30px 50px;
    border-top: 5px solid #e9000b;
    background: #fff;
    box-shadow: 0 15px 50px #e8eaf1;
    margin-top: -20px;
    position: relative;
}
.home #content .container {
    max-width: 1375px;
    width: 100%;
}

.home #content .banner-info .container {
    max-width: 1560px;
    width: 100%;
}
.home #content {
    background: #f4f6f9;
}
.icon_item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #f3f3f3;
}
.icon_item:last-child {
    border-right: 0;
}
.icon_item h2 {
    margin-top: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_item p {
    margin-bottom: 0;
    font-size: 18px;
}
.icon_item h2 sup {
    font-size: 24px;
    top: -30px;
}
.icon_item h2 img {
    margin-right: 5px;
}
.h_a_video a {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.h_a_video {
    max-width: 632px;
    background: url(images/about-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    text-align: center;
}
.h_a_text p {
    font-size: 17px;
    line-height: 29px;
    opacity: 0.7;
    margin: 30px 0;
    padding-left: 15px;
    border-left: 3px solid #e9000b;
}
.h_a_text h2 {
    font-size: 34px;
}
.h_a_text ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 0 18px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7
}
.home-about .col-md-6:first-child {
    width: 49%;
}
.home-about .col-md-6:last-child {
    width: 51%;
}
.home-about .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.icon_play {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.icon_play .a_icon {
    width: 60px;
    text-align: center;
    padding: 8px 0;
    background: #e9000b;
    border-radius: 10px;
}

.h_a_text ul li {
    min-height: 48px;
    background: url(images/ok.jpg) left center no-repeat;
    padding-left: 50px;
}
.home-about {
    padding: 100px 0;
}
.ha_bottom h2 {
    text-align: right;
    font-size: 32px;
}
.ha_bottom {
    margin-top: 50px;
}
.ha_bottom a {
    display: flex;
    border: 1px solid #e9000b;
    color: #e9000b;
    font-size: 21px;
    align-items: center;
    line-height: 22px;
    padding: 15px 40px;
    transition: all .5s ease-out 0s;
}
.ha_bottom a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #e9000b;
}
.ha_bottom a i {
    margin-right: 20px;
}
.home-product {
    padding: 100px 0 180px;
}
.home-product .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.hp_info .hp_text h2 {
    font-size: 37px;
}
.hp_info .hp_text p a {
    font-size: 19px;
    color: #fff;
    background: #e9000b;
    padding: 10px 35px;
    margin: 25px 0;
}
.home-product .col-md-5 {
    width: 45%;
}
.home-product .col-md-7 {
    width: 55%;
}
.hp_cat ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.hp_cat ul li {
    width: 33.333%;
    margin-bottom: 20px;
}
.hp_cat ul li a {
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 13px 0;
    display: block;
    font-size: 18px;
}
.hp_cat ul li a i {
    color: #e9000b;
}
.hp_cat ul li:nth-child(3) a,
.hp_cat ul li:last-child a {
    border-right: 1px solid #fff;
}
.nf-form-content {
    padding: 0 !important;
}
.nf-field-label {
    display: none;
}
nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
nf-fields-wrap nf-field {
    width: 100%;
}
nf-fields-wrap nf-field:nth-child(4),
nf-fields-wrap nf-field:nth-child(3),
nf-fields-wrap nf-field:nth-child(2),
nf-fields-wrap nf-field:nth-child(1) {
    width: 48%;
    display: block;
}
.hf_detail {
    background: #fff;
    padding: 90px 50px 90px 90px;
    position: relative;
    margin-top: -70px;
    box-shadow: 0 15px 50px #e8eaf1;
}
.home-form h2 {
    margin-top: 0;
    font-size: 45px;
}
.form_img {
    text-align: right;
}
.hf_detail p {
    font-size: 18px;
    opacity: 0.7;
}
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    width: 100% !important;
    background: #e50012 !important;
    color: #fff !important;
}
.nf-before-form-content {
    display: none !important;
}
.nf-form-content textarea.ninja-forms-field {
    height: 130px !important;
}
.nf-form-cont {
    margin-top: 30px;
}
.c_title img {
    margin: 30px 0;
    display: block;
}
.nf-form-content input:not([type="submit"]),
.nf-form-content textarea {
    background: #fff !important;
}
.hpa_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hpa_list li {
    width: 24%;
    margin: 7px 0;
    box-shadow: 0 0 50px #eceff3;
}
.hpa_list li img {
    max-width: 100%;
}
.home-partner {
    background: #fff;
    padding: 100px 0;
    margin-top: 100px;
}
.home-partner h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 0;
}
.home-partner .hpa_title {
    margin-bottom: 50px;
}
.blog_bg a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #252525;
    font-size: 21px;
    min-height: 47px;
}
.blog_bg p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #9d9d9d;
}
.home-blog {
    background: #fff;
    padding: 0 0 100px;
}
.home-blog h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
}
.home-blog .link_left span {
    text-transform: uppercase;
}
.home-blog .link_left {
    text-align: center;
    margin-bottom: 30px;
}
.blog-info {
    box-shadow: 0 0 20px #eceff3;
    padding: 20px;
}
.blog_text {
    padding: 0 15px;
}
.blog_meta i {
    color: #e50012;
}
.blog_meta {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    opacity: 0.7;
}
.blog_meta span {
    margin-right: 20px;
}
.blog-list .col-md-4 {
    padding: 15px;
}
.blog-list .swiper-pagination-bullet {
    border: 1px solid #e50012;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}
.blog-list .swiper-pagination-bullet-active {
    background: #e50012;
}
.blog-list .swiper-pagination {
    position: relative;
    margin-top: 15px;
}
.home-ask {
    background: #d80724;
    color: #fff;
    padding: 30px 0;
}
.home-ask h3 {
    margin: 0;
}
.h-ask-link {
    text-align: right;
}
.h-ask-link a {
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.home-ask .row {
    display: flex;
    align-items: center;
}
footer {
    background: url(images/footer_bg.jpg) left center no-repeat;
    padding: 100px 0;
    background-size: cover;
}
footer a {
    color: #fff;
}
.footer .footer-bottom a,
footer .footer-logo a {
    opacity: 1;
}
footer .footer-logo .footer-social a {

    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
footer .footer-logo .footer-social a:hover {
    color: #fff;
    opacity: 1;
}
footer a:hover {
    opacity: 1;
}
.footer-social ul {
    display: flex;
    align-items: center;
}
.footer-social ul li {
    margin-right: 10px;
}
footer p {
    color: #fff;
}
.footer-menu h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 23px;
}
.footer-menu .h3 {
    font-weight:700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 23px;
}
.footer-logo ul,
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-logo p {
    margin: 15px 0 30px;
}
.container,
footer .container {
    max-width: 1375px;
    width: 100%;
}
.footer-contact {
    color: #fff;
}
.footer-contact li {
    display: flex;
    margin-bottom: 30px !important;
}
.footer-contact i {
    font-size: 20px;
}
.footer-contact li div {
    width: 10%;
    text-align: center;
}
.footer-contact li span,
.footer-contact li a {
    width: 90%;
}
.footer-menu li {
    margin: 10px 0;
}
.footer-menu li a {
    display: flex;
    position: relative;
    align-items: center;
}
.footer-menu>li>a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin-right: 5px;
}
footer .footer-bottom p {
    margin-bottom: 0;
}
.footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #666;
}
.top_banner {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 80px;
    background-size: cover !important;
}
.breadcrumbs-left a {
    color: #fff;
}
.related-list a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
    color: #666;
}
.blog-left {
    padding-left: 20px;
    margin-bottom: 60px;
    position: sticky;
}
.blog-left h3 {
    font-size: 26px;
    margin: 50px 0 0;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.left-search form #search-bg {
    display: flex;
    justify-content: space-between;
}
.left-search form #search-bg input {
    width: 85%;
    padding: 5px 10px;
}
.left-search form #search-bg button {
    width: 10%;
    background: #d80724;
    color: #fff;
    border: 0;
}
.bc_details a {
    color: #d80724;
}
.page-template-page-products .top_banner {
    margin-bottom: 0;
}
.pro_list {
    padding: 80px 0;
    background: #f4f6f9;
}
.pro_list h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}
.pro-info {
    background: #fff;
    margin: 15px 0;
    transition: all .5s ease-out 0s;
}
.pro-info h4 a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}
.pro_list .pro_text {
    margin: 0 20px;
    padding: 15px 20px 20px;
    border-top: 1px solid #ddd;
    position: relative;
}
.pro-info h4 {
    margin-top: 0;
}
.pro-info:hover {
    box-shadow: 0 0 20px #ccc;
}
.top_title h2,
.top_title h1 {
    font-size: 48px;
    text-transform: uppercase;
}
.bottom-link {
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    transition: all .5s ease-out 0s;
}
.pro-info:hover .bottom-link {
    opacity: 1;
}
.bottom-link a {
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #d00d0d;
    border-radius: 50%;
    line-height: 40px;
}
.proa_info .h_a_video {
    background: none;
}
.proa_info .h_a_video a {
    margin: 0;
}
.proa_info {
    padding: 60px;
    background: #f4f6f9;
}
.pro_about {
    padding: 100px 0;
}
.proa_text {
    padding-left: 30px;
}
.proa_text p {
    line-height: 26px;
    opacity: 0.8;
    margin-bottom: 0;
}
.proa_item h3 {
    margin: 0;
}
.proa_item h3 {
    margin: 0;
    padding: 30px 100px;
    background: #eaedf1;
    cursor: pointer;
}
.proa-con {
    max-height: 0;
    overflow: hidden;
}
.pro_super {
    padding: 80px 0 100px;
    background: url(images/super_bg.jpg) left center no-repeat;
    background-size: cover;
    color: #fff;
}
.pros-con {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out 0s;
    padding: 0 50px;
}
.pro_super h2 {
    text-align: center;
    margin: 0 0 40px;
}
.pros_item h3 {
    margin: 0;
    padding: 15px 30px;
    transition: all .5s ease-out 0s;
    cursor: pointer;
}
.pros_item.open .pros-con {
    max-height: inherit;
    padding: 30px 50px;
}
.pros_item.open h3 {
    background: rgb(216, 7, 36, 0.8);

}
.home-faq {
    background: #f0f2f5;
    padding: 100px 0;
}
.home-faq h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
.hf_left {
    background: #fff;
}
.hf_left h3 {
    margin: 0;
    padding: 15px 20px;
    background: #303030;
    color: #fff;
    font-size: 32px;
}
.hf_right {
    margin-left: 15px;
    background: #fff;
}
.hf_right h4 {
    margin: 0;
    font-size: 24px;
    color: #2e2e2e;
}
.hf_item {
    padding: 25px 50px;
    border-bottom: 1px solid #f6f6f6;
    transition: all .5s ease-out 0s;
    cursor: pointer;
}
.hf_item p:last-child {
    margin-bottom: 0;
}
.hf_item:last-child {
    border-bottom: 0;
}
.hf_item:hover {
    background: #f6f6f6;
}
.hf_con p {
    color: #2d354d;
    font-size: 16px;
    opacity: 0.5;
}
.hf_con {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out 0s;
}
.open .hf_con {
    max-height: 300px;
    overflow: hidden;
    padding-top: 15px;
}
.hf_left li a {
    font-size: 24px;
    color: #484848;
    display: block;
    cursor: pointer;
}
.hf_left ul {
    padding: 30px 50px;
}
.hf_left li {
    margin: 10px 0;
}
.hf_right .hf_items {
    display: none;
    min-height: 540px;
}
.hf_right .hf_items:first-child {
    display: block;
}
.pro_contact {
    padding: 100px 0;
}
.pro_contact p {
    opacity: 0.6;
}
.single-post #content .container {
    max-width: 1200px;
    width: 100%;
}
.single-post #content {
    background: #f4f6f9;
}
.single_top {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 50px #ebedf3;
}
.pro_meta hr {
    width: 80px;
    margin: 25px 0;
    border-top: 2px solid #d80724;
}
.short_text {
    color: #9d9d9d;
    margin-bottom: 30px;
}
.pro_download {
    display: flex;
    align-items: center;
}
.pro_download a:first-child {
    padding: 15px;
    color: #d80724;
    border: 2px solid #d80724;
    margin-right: 30px;
}
.single-post .hf_detail {
    margin: 0;
}
.si_des {
    background: #fff;
    padding: 70px;
}
.si_nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 30px;
}
.si_nav ul a {
    padding: 15px 40px;
    background: #616263;
    color: #fff;
    font-size: 18px;
}
.si_nav ul li:first-child a {
    background: #b12126;
}
.si_nav ul li {
    margin-right: 15px;
}
.single_info {
    margin: 80px 0;
}
.single_form {
    margin-bottom: 80px;
}
.pro_video {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.pro_video a {
    color: #d80724;
    font-size: 40px;
}
.pro_img {
    position: relative;
}
.abo_text h2 {
    font-size: 50px;
    margin-bottom: 25px;
}
.abo_text h4 {
    font-size: 20px;
    opacity: 0.5;
}
.page-template-page-about #content .container {
    max-width: 1200px;
    width: 100%;
}
.page-template-page-about .top_banner {
    margin-bottom: 0;
}
.abo_img {
    text-align: right;
}
.abo_text ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    font-size: 20px;
}
.abo_text ul li {
    line-height: 22px;
    margin: 15px 0;
    padding-left: 30px;
    background: url(images/duihao.png) left top no-repeat;
}
.abo_text p a {
    background: #e50012;
    color: #fff;
    padding: 15px 40px;
    border-radius: 40px;
    margin-top: 20px;
}
.about_con {
    background: #f4f6f9;
    padding: 100px 0;
}
.about_choose {
    padding: 100px 0;
}
.ac_title h2 {
    font-size: 64px;
    margin-top: 15px;
}
.about_choose h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
}
.about_choose .row {
    display: flex;
    align-items: center;
}
#menu {
    display: none;
}
#menu.mm-opened {
    display: block;
}
.ac_info {
    text-align: center;
}
.ac_info p {
    opacity: 0.7;
    margin: 0;
}
.ac_list {
    margin-top: 50px;
}
.about_choose {
    background: url(images/bgpattern2.png) center bottom no-repeat;
}
.page-template-page-about .numCount {
    margin: 0;
    background: none;
    box-shadow: none;
    color: #fff;
    padding: 30px 0;
    border: 0;
}
.page-template-page-about .home-counter {
    background: #d80724;
}
.page-template-page-about .icon_item {
    border-right: 0;
}
.page-template-page-about .icon_item h2 {
    margin-top: 0;
    font-size: 40px;
}
.page-template-page-about .icon_item h2 sup {
    top: -22px;
}
.about_service img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.av_icontext {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
.about_service .video {
    position: relative;
}
.av_icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #e50012;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    padding-left: 5px;
}
.av_text {
    padding: 0 100px;
    margin-top: 50px;
}
.av_text h2 {
    text-transform: uppercase;
    font-size: 44px;
}
.ast_content .ast_item {
    display: none;
    align-items: center;
}
.ast_content .ast_item:first-child {
    display: flex;
}
.ast_content .ast_item .ast_left {
    width: 45%;
}
.ast_content .ast_item .ast_right {
    width: 55%;
    padding-left: 50px;
}
.ast_nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    background: rgb(0, 0, 0, 0.5);

}
.ast_nav>ul>li {
    width: 33.333%;
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
    cursor: pointer;
}
.ast_nav>ul>li.active {
    background: #fff;
    color: #222222;
}
.ast_content {
    padding: 30px 0;
    background: #fff;
}
.ast_text {
    margin-top: -100px;
    position: relative;
}
.about_service {
    padding-bottom: 70px;
}
.ast_con p {
    font-size: 18px;
    opacity: 0.7;
    margin: 20px 0;
}
.ast_con ul {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0.7;
}
.ast_con ul li {
    padding-left: 50px;
    background: url(images/dui.png) left center no-repeat;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 36px;
    margin: 10px 0;
}
.h_text h2 {
    font-size: 48px;
}
.about_history {
    padding: 50px 0;
    background: url(images/ser.jpg) center no-repeat;
    position: relative;
    background-size: cover;
}
.about_history:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    top: 80px;
    left: 0;
}
.h_list {
    color: #fff;
}
.h_text h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.h_text p {
    font-size: 20px;
    opacity: 0.7;
}
.h_text {
    overflow: hidden;
    position: relative;
}
.h_text:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(images/yuan.png) center no-repeat;
    position: absolute;
    top: -50px;
}
.h_list .swiper-container {
    padding: 50px 0;
}
.h_list {
    padding: 0 50px;
}
.h_text img {
    max-width: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.h_list .swiper-button-next,
.h_list .swiper-button-prev {
    top: 31px;
}
.page-template-page-about .home-partner {
    margin-top: 0;
}
.project_cat {
    border-bottom: 1px solid #dbdde0;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
}
.project_cat li {
    margin: 0 15px -1px;
}
.project_cat li a {
    font-size: 24px;
    color: #8c8c8c;
    padding: 0 0 15px;
    border-bottom: 2px solid transparent;
}
.project_cat li.current-menu-item a,
.project_cat li.current_page_item a {
    color: #242424;
    border-bottom: 2px solid #d80724;
}
.page-template-page-products,
.page-template-page-service,
.page-template-page-blog,
.page-template-page-blog .home-blog,
.tax-project_category,
.page-template-page-projects {
    background: #f4f6f9;
}
.page-template-page-blog .blog-info {
    background: #fff;
    padding: 0 0 20px;
}
.projectpage .container {
    max-width: 1200px;
    width: 100%;
}
.proj_info {
    background: #fff;
    margin: 30px 0;
}
.proj_info h3 {
    font-size: 20px;
    margin-top: 0;
}
.proj_info h3 a {
    color: #252525;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.shadow {
    padding: 30px;
}
.proj_info .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.proj_info .description p {
    margin-bottom: 0;
    color: #9d9d9d;
}
.proj_meta {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8edf1;
}
.proj_meta i {
    color: #ff0000
}
.page-nav {
    text-align: center;
    margin-bottom: 30px;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
    color: #666;
}
.wp-pagenavi .page,
.wp-pagenavi span {
    width: 28px;
    background: #e9eaeb;
    border: 0;
}
.previouspostslink,
.nextpostslink {
    border: 0 !important;
}
.wp-pagenavi span.current {
    width: 28px;
    background: #e9eaeb;
    border: 0;
    display: inline-block;
}
.img-box .icon_play .a_icon {
    width: 55px;
}
.ib_img {
    position: relative;
}
.img-box .icon_play {
    height: inherit;
    width: auto;
    display: block;
    right: 15px;
    bottom: 15px;
    top: auto;
}
.shadow a.view_more {
    display: inline-block;
    padding: 8px 30px;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid #d80724;
    color: #d80724;
    transition: all .5s ease-out 0s;
}
.img-box:hover .shadow a.view_more {
    color: #fff;
    background: #d80724;
}
.icon_play a {
    color: #fff;
}
.page-template-page-blog #content .container {
    max-width: 1200px;
    width: 100%;
}
.tax-blog_category .blog-info {
    padding: 0 0 20px;
}
.wp-pagenavi span.extend {
    background: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
    border: 0;
}
.page-template-page-contact #content .container,
.page-template-page-service #content .container {
    max-width: 1200px;
    width: 100%;
}
.page-template #content .top_banner .container {
    max-width: 1375px;
    width: 100%;
}
.ser_usage h2 {
    font-size: 53px;
    margin-bottom: 20px;
}
.ser_text span {
    font-size: 26px;
    display: inline-block;
    margin-bottom: 10px;
}
.ser_text p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.ser_usage {
    padding: 20px 0 100px;
}
.ser_sales {
    background: #fff;
    padding: 100px 0;
}
.s_item .s_con {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out 0s;
}
.s_item.active .s_con {
    max-height: 300px;
    overflow: hidden;
    padding: 0 0 15px;
}
.s_item h3 {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    display: -webkit-box;
/*     -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.s_item p {
    color: #666;
    line-height: 24px;
}
.s_item {
    border-bottom: 1px solid #999;
}
.s_item a {
    display: inline-block;
    padding: 8px 30px;
    margin: 5px 0 15px;
    font-size: 20px;
    color: #fff;
    transition: all .5s ease-out 0s;
    background: #d80724;
}
.s_item:first-child {
    border-top: 1px solid #999;
}
a.ser_video {
    position: relative;
}
.page-template-page-program {
    background: #f4f6f9;
}
.page-template-page-program #content .container {
    max-width: 1200px;
    width: 100%;
}
.ac_con .ac_item {
    background: #fff;
    padding: 50px;
    margin: 40px 0;
}
.ac_con .ac_item h2 {
    margin: 0 0 20px;
}
.ac_con .ac_item h2:first-child:before {
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    background: #d80724;
    margin-bottom: 20px;
}
.ac_con .ac_item p {
    color: #666;
}
.ac_form nf-fields-wrap nf-field:nth-child(4),
.ac_form nf-fields-wrap nf-field:nth-child(3),
.ac_form nf-fields-wrap nf-field:nth-child(2),
.ac_form nf-fields-wrap nf-field:nth-child(1) {
    width: 100%;
}
.ac_form {
    padding: 30px;
    background: #fff;
    margin: 40px 0;
}
.ac_right h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.acf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-template-page-contact {
    background: #f4f6f9;
}
.con_item {
    background: #fff;
    text-align: center;
    padding: 50px;
    min-height: 305px;
    transition: all .5s ease-out 0s;
}
.con_img span {
    display: flex;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #d80724;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.con_item p {
    margin: 0;
}
.con_item p a {
    color: #151515;
}
.con_con {
    padding: 20px 0 100px;
}
.con_item:hover span {
    background: #000;
}
.con_text p {
    font-size: 18px;
    line-height: 32px;
}
.con_text h2 {
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 0;
}
.con_text h2:before {
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    background: #d80724;
    margin-bottom: 30px;
}
.con_form {
    padding-bottom: 100px;
}
.con-form nf-fields-wrap nf-field:nth-child(2),
.con-form nf-fields-wrap nf-field:nth-child(1) {
    width: 100%;
}
.con-form .nf-field-label {
    display: block;
}
.con-form {
    padding: 50px;
    background: #fff;
    border-top: 5px solid #d80724;
}
.cat_content .container {
    max-width: 1310px;
    width: 100%;
}
.cat_list {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 50px #e8eaf1;
}
.cat_list h2 {
    margin: 0 0 60px;
    text-align: center;
    font-size: 40px;
}
.cat_list h2:after {
    width: 100px;
    height: 10px;
    content: "";
    display: block;
    background: #e9000b;
    border-radius: 15px;
    margin: 30px auto 0;
}
.cat_list h3 a {
    color: #333;
}
.cat-info {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 15px 50px 40px;
    display: flex;
    min-height: 421px;
    margin: 0 0 40px;
    position: relative;
}

.cat-info>a {
    width: 40%;
    display: flex;
    align-items: center;
}
.cat-info>div {
    width: 60%;
    padding-left: 30px;
}
.cat-info ul li a {
    color: #717171;
    padding-left: 20px;
    background: url(images/gou.png) left center no-repeat;
    margin: 3px 0;
}
.cat-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.cat-info ul li a:hover {}
.cat_link a {
    background: #999;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    transition: all .5s ease-out 0s;
}
.cat_text {
    position: relative;
}
.cat_text h3 {
    margin-top: 0;
}
.cat_text h3:before {
    height: 3px;
    width: 40px;
    background: #c8102e;
    content: "";
    display: block;
    margin-bottom: 10px;
}
.category .top_banner {
    margin-bottom: 0;
}
.cat_content .home-form {
    margin: 80px 0;
}
.cat_content .hf_detail {
    margin: 0;
}
.cat_top h2 {
    font-size: 30px;
}
.cat_top p {
    font-size: 18px;
    color: #717171
}
.cat_top {
    background: #fff;
    padding: 40px;
    margin: 80px 0;
    box-shadow: 0 0 50px #e8eaf1;
}
.cat_top h2:after {
    width: 100px;
    height: 5px;
    background: #e9000b;
    content: "";
    display: block;
    margin-top: 18px;
    margin-bottom: 30px;
}
.cat-info:hover .cat_link a {
    background: #e9000b;
}
.top-main-menu .current-menu-item>a {
    color: #fff;
    background: #e9000b;
}
.top-main-menu>li.current-menu-item>a {
    color: #e9000b;
    background: none;
}
.header-content .row {
    display: flex;
    align-items: center;
}
.mobile_block {
    display: none;
}
.h_list .swiper-pagination {
    display: none;
}
.short_text p a,
.si_des p a,
.project_content p a {
    color: #ac000e;
}
.project_content .related-list {
    margin-top: 10px;
}
.project_content .related-list a {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.sidebox_img {
    position: relative
}
.sidebox_img img {
    width: 100%;
    height: auto;
}
.sidebox_img a {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background-color: #d82128;
    color: #fff;
    left: 0;
    bottom: 0
}
.sidebox {
    margin-top: 25px;
}
.project_content .related-list .rc_item:last-child a {
    border: 0;
}
.h_a_videos iframe {
    width: 100%;
    height: 370px;
}
.cat-video {
    padding: 100px 0;
}
.cat-video .row {
    display: flex;
    align-items: center;
}
.blog_content .row {
    display: flex;
}
.blog_content .blog-left {
    position: sticky;
    top: 150px;
}
.con_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease 0s;
    color: #fff;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open .con_fixed {
    opacity: 1;
    z-index: 10;
}
.cf_info {
    background: #fff;
    padding: 30px 50px;
    max-width: 800px;
    position: relative;
}
.form_close {
    position: absolute;
    width: 22px;
    text-align: center;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.form_close i {
    color: #333;
}
.mm-menu .sub-menu {
    position: inherit;
    opacity: 1;
    z-index: 1;
    display: block;
    width: 100%;
    background: none;
}
.fixed_button {
    position: fixed;
    bottom: 20%;
    right: 0;
}
.fixed_button a {
    cursor: pointer;
    display: block;
    padding: 13px 6px 13px 30px;
    color: #fff;
    background: #666;
    font-weight: bold;
}
.fixed_button a img {
    position: absolute;
    left: -22px;
    height: 49px;
    width: 49px;
    top: 0;
}
.pro_contact p a {
    color: #e9000b;
}
.single_info h2 {
    font-size: 30px;
}
.top-main-menu li:hover>ul {
    margin-left: 0;
}
    .icon_item h2 big{
   position: relative;
    }    .icon_item h2 sub{
   position: relative;
    }


 
 .icon_item h2 sup {
    position: relative;

}
 
 
 





 
@media (max-width: 1440px) {
    .cat_list h2 {
        font-size: 30px;
    }
    .car_img img {
        max-width: 100%;
        height: auto;
    }
    .h_a_text p {
        font-size: 16px;
        line-height: 24px;
    }
    #content .container {
        max-width: 1240px !important;
    }
    .banner-info h2 {
        font-size: 45px;
        margin-top: 0;
    }
    .banner-info p {
        font-size: 18px;
        margin: 25px 0;
    }
    .icon_item h2 {
        margin-top: 0;
        font-size: 40px;   position: relative;
    }

    .icon_item h2 big{
   position: relative;
    }    .icon_item h2 sub{
   position: relative;
    }


 
 .icon_item h2 sup {
    position: relative;

}
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    .h_a_video {
        background-size: contain;
    }
    .h_a_video a {
        max-width: 480px;
    }
    .h_a_text h2 {
        font-size: 30px;
        margin-top: 0;
    }
    .ha_bottom a {
        font-size: 18px;
    }
    .ha_bottom h2 {
        font-size: 30px;
    }
    .hp_cat ul li a {
        font-size: 16px;
    }
    .hp_info .hp_text h2 {
        font-size: 30px;
    }
    .hp_info .hp_text p a {
        font-size: 16px;
    }
    .hf_detail p {
        font-size: 16px;
    }
    .home-form h2 {
        font-size: 30px;
    }
    .home-partner h2 {
        font-size: 30px;
    }
    .home-blog h2 {
        font-size: 30px;
    }
    .ac_title h2,
    .abo_text h2 {
        font-size: 40px;
    }
    .abo_text h4,
    .about_choose h4 {
        font-size: 18px;
    }
    .av_text h2 {
        font-size: 30px;
    }
    .ast_text {
        margin-top: -75px;
    }
    .ser_usage h2 {
        font-size: 40px;
    }
    .con_text h2 {
        font-size: 40px;
    }
    .con-form {
        padding: 10px;
    }
    .single_info h2 {
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    .ser_video img,
    .ser_img img {
        max-width: 100%;
    }
    .s_item h3 {
        font-size: 20px;
    }
    .project_cat li a,
    .project_cat li a {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .abo_img img {
        max-width: 100%;
        height: auto;
    }
    .h_text p {
        font-size: 16px;
    }
    .h_text h3 {
        font-size: 20px;
    }
    .h_text h2 {
        font-size: 40px;
    }
    .ac_title h2,
    .abo_text h2 {
        font-size: 35px;
    }
    .abo_text ul {
        font-size: 16px;
    }
    .top_title h2,
    .top_title h1 {
        font-size: 40px;
    }
    .hf_detail p,
    .cat_top p {
        font-size: 16px;
    }
    .top-main-menu li {
        margin-right: 15px;
    }
    .nav_right a， .home .affix .top-main-menu li a,
    .top-main-menu li a {
        font-size: 16px;
    }
    .banner-info h2 {
        font-size: 35px;
    }
    .icon_item h2 {
        font-size: 35px;
    }
    .cat_top h2,
    .cat_list h2,
    .ha_bottom h2,
    .home-form h2,
    .hp_info .hp_text h2,
    .home-blog h2,
    .h_a_text h2,
    .home-partner h2 {
        font-size: 25px;
    }
    .hp_img img,
    .form_img img,
    .hp_quality img {
        max-width: 100%;
        height: auto;
    }
    .blog_bg a {
        font-size: 18px;
        min-height: 40px;
    }
    #content .container {
        max-width: 1080px !important;
    }
    .h_a_video a {
        max-width: 410px;
    }
    .ha_bottom a {
        padding: 10px 35px;
        font-size: 16px;
        line-height: 20px;
    }
    .hp_cat ul li a {
        font-size: 14px;
    }
    .banner-info h2 {
        font-size: 30px;
    }
    .icon_item p {
        font-size: 16px;
    }
    .icon_item h2 sup {
        top: -20px;
    }
    .page-template-page-about .icon_item h2,
    .icon_item h2 {
        font-size: 30px;
    }
    .numCount {
        padding: 30px 0;
    }
    .icon_item h2 img {
        width: 30px;
    }
    .ser_usage h2 {
        font-size: 35px;
    }
    .proa_text p {
        line-height: 26px;
        opacity: 0.8;
        margin-bottom: 0;
    }
    .proa_text {
        padding-left: 0;
    }
    .hf_right h4 {
        margin: 0;
        font-size: 20px;
    }
    .hf_left li a {
        font-size: 20px;
    }
    .hf_left h3 {
        font-size: 25px;
    }
}
@media (max-width: 1024px) {
    .proa_item h3 {
        padding: 30px 50px;
    }
    .proa_info {
        padding: 50px 30px;
    }
    h2,
    .pro_list h2 {
        font-size: 30px;
    }
    .pro_list .col-md-3 {
        width: 33.333%;
    }
    .s_item h3 {
        margin: 20px 0;
        padding: 0;
    }
    .s_item a {
        font-size: 16px;
    }
    .ser_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .ser_text span {
        font-size: 20px;
    }
    .ast_con p {
        font-size: 16px;
    }
    .ast_nav>ul>li {
        font-size: 20px;
    }
    .cat-info {
        min-height: 300px;
    }
    .cat-info ul li a {
        font-size: 14px;
    }
    .h3,
    h3 {
        font-size: 20px;
    }
    .nav-main-menu>.nav_right {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    .nav-main-menu>.sf-menu {
        display: none;
    }
    .affix-top .mobile-none>a:first-child {
        color: black;
    }
    .mobile_block {
        display: flex;
    }
    .home .mobile_block a {
        color: #fff;
    }
    .home .affix .mobile_block a {
        color: #001b3c;
    }
    .mobile_block a {
        font-size: 24px;
        color: #001b3c;
    }
    .mobile_block>div {
        margin-left: 15px;
    }
    .h_a_text br {
        display: none;
    }
    .h_a_video a {
        max-width: 338px;
        margin-top: 8px;
    }
    #content .container {
        max-width: 900px !important;
    }
    .ha_bottom a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .about_service .video img {
        height: 500px;
        object-fit: cover;
    }
    .blog-left {
        padding-left: 0;
    }

}
.footLi {
    display: none
}
@media (max-width: 768px) {
        .icon_item h2 big{
   position: relative;
    }    .icon_item h2 sub{
   position: relative;
    }


 
 .icon_item h2 sup {
    position: relative;

}
 
 
 

 
    .nav_right .top-quote a {
        font-size: 15px color:white !important;

    }
    .fixed_button {
        display: none
    }
    .footLi {
        box-shadow: #00000040 -1px 0px 10px;
        display: flex;
        position: fixed;
        bottom: 0;
        background-color: white;
        width: 100%;
        left: 0;
        height: 80px;
    }
    .footLi .col-md-3:not(:last-child) {
        border-right: solid 1px #8080802e;
    }
    .footLi .col-md-3:active {
        background-color: whitesmoke
    }
    .footLi .col-md-3 {
        flex: 0 0 23%;
        padding-right: 22px;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        transform: translateX(20px);
    }
    .footLi .col-md-3>a {
        font-size: 35px;
        width: 52px;
        padding-right: 2px;
        height: 52px;
    }
    .footLi .col-md-3>img {
        height: 45px;
        opacity: .8;
    }
    body .header_bottom {
        padding: 25px 0;
        position: static;
        background-color: #ffffff00;
    }
    .wpb_text_column>.wpb_wrapper {
        overflow: auto;
    }
    .wpb_text_column>.wpb_wrapper table {
        width: 1000px;
    }
    .fixed_button a img {
        position: relative;
        left: auto;
        top: auto;
    }
    .fixed_button a {
        padding: 0;
        background: transparent;
    }
    .fixed_button a span {
        display: none;
    }
    .cf_info {
        background: #fff;
        padding: 15px;
    }
    .blog_content .row {
        display: block;
    }
    .cat-video {
        padding: 60px 0;
    }
    .cat-video .row {
        display: block;
        align-items: center;
    }
    .cat-video .row .col-xs-12 {
        width: 100%;
    }
    .single_info {
        margin: 60px 0;
    }
    .si_des {
        padding: 30px 15px;
    }
    .pro_meta h1 {
        font-size: 30px;
    }
    .single_info h2 {
        font-size: 25px;
    }
    .blog_content h1 {
        font-size: 30px;
    }
    .top_banner {
        margin-bottom: 00px;
    }
    .single-project .top_title h1 {
        font-size: 30px;
        text-transform: capitalize;
    }
    .project_content .col-xs-12 {
        width: 100%;
    }
    h2,
    .pro_list h2 {
        font-size: 25px;
    }
    .pros_item.open .pros-con {
        max-height: 350px;
        padding: 30px 30px;
    }
    .hf_right h4 {
        font-size: 18px;
    }
    .hf_right {
        margin-left: 0;
    }
    .hf_right .hf_items {
        display: block;
        min-height: inherit;
    }
    .home-faq .col-md-3 {
        display: none;
    }
    .home-faq .col-xs-12 {
        width: 100%;
    }
    .proa_info .h_a_video a {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .proa_info .h_a_video a img {
        width: 100%;
    }
    .proa_info .h_a_video {
        height: auto;
        max-width: 100%;
        margin: 0;
    }
    .proa_info .col-xs-12 {
        width: 100%;
    }
    .pro_contact {
        padding: 60px 0;
    }
    .hf_item {
        padding: 20px 30px;
    }
    .home-faq {
        padding: 60px 0;
    }
    .pro_super {
        padding: 60px 0 60px;
    }
    .pro_about {
        padding: 60px 0;
    }
    .pro_list {
        padding: 40px 0 40px;
    }
    .pro_list .col-md-3 {
        width: 50%;
    }
    .con_text p {
        font-size: 16px;
        line-height: 26px;
    }
    .con_text h2 {
        font-size: 30px;
    }
    .con_con {
        padding: 5px 0 5px;
    }
    .con_item {
        padding: 0px;
        min-height: auto;
        margin: 15px 0;
    }
    .ser_sales {
        padding: 10px 0;
    }
    .ser_img {
        margin-bottom: 30px;
    }
    .ser_usage {
        padding: 20px 0 10px;
    }
    .page-template-page-contact .top_banner,
    .page-template-page-service .top_banner {
        margin-bottom: 40px;
    }
    .ser_sales .col-xs-12,
    .ser_usage .col-xs-12 {
        width: 100%;
    }
    .ser_usage h2 {
        margin-top: 0;
        font-size: 30px;
    }
    .h_list .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 1;
    }
    .h_list .swiper-pagination-bullet-active {
        background: #d80724;
    }
    .h_list .swiper-pagination {
        display: block;
        bottom: -5px;
        position: relative;
    }
    .h_list .swiper-button-next,
    .h_list .swiper-button-prev {
        display: none;
    }
    .h_list .swiper-container {
        padding: 50px 0 0;
    }
    .av_text h2 {
        font-size: 20px;
    }
    .ast_content .ast_item {
        flex-wrap: wrap;
    }
    .ast_content .ast_item .ast_left {
        width: 100%;
    }
    .ast_content .ast_item .ast_right {
        width: 100%;
        padding-left: 0;
    }
    .h_text h2 {
        font-size: 35px;
    }
    .about_service {
        padding-bottom: 45px;
    }
    .ast_content {
        padding: 30px 0 0;
    }
    .about_con {
        padding: 30px 0;
    }
    .about_choose {
        text-align: center;
        padding: 10px 0;
    }
    .ac_info {
        margin-top: 30px;
    }
    .ac_list {
        margin-top: 0;
    }
    .ac_list .col-xs-6 {
        align-self: baseline;
        width: 50%;
        flex: 0 0 50%
    }
    .about_choose .col-xs-12 {
        width: 100%;
    }
    .about_choose .row {
        display: flex;
        flex-wrap: wrap;
    }
    .ac_list .row {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin: 0;
    }
    .abo_img {
        text-align: left;
        margin-top: 20px;
    }
    .about_con .col-xs-12 {
        width: 100%;
    }
    .cat_top h2 {
        margin-top: 0;
    }
    .cat_content .home-form {
        margin: 60px 0;
    }
    .cat_link a {
        position: relative;
    }
    .cat-info {
        min-height: auto;
        margin: 0 0 20px;
    }
    .cat_list {
        padding: 60px 30px 40px;
    }
    .cat_top {
        padding: 60px 30px;
        margin: 60px 0;
    }
    .top_title h2,
    .top_title h1 {
        font-size: 35px;
        margin-top: 0;
    }
    .top_banner {
        height: auto !important;
    }
    .cat_top .col-xs-12,
    .cat_list .col-xs-12 {
        width: 100%;
    }
    .swiper-slide:first-child .link_more a {
        margin: 0 auto;
    }
    .swiper-slide:first-child .banner-info {
        align-items: start;
        text-align: center;
        padding-top: 50px;
    }
    .home .mobile_block a {
        color: #001b3c;
    }
    .home .header_bottom {
        position: relative;
        padding: 15px 0;
    }
    img.color,
    .affix-top img.color {
        display: block;
    }
    img.white,
    .affix-top img.white {
        display: none;
    }
    .banner-info .col-md-6 {
        width: 100%;
    }
    .ha_bottom {
        margin-top: 10px;
    }
    .ha_bottom h2 {
        text-align: left;
    }
    .home-product,
    .home-about {
        padding: 60px 0;
    }
    .h_a_video a {
        max-width: 396px;
        margin-top: 10px;
    }
    .home-product .row,
    .home-about .row {
        display: block;
    }
    .hf_detail .col-md-7,
    .home-product .col-md-5,
    .home-product .col-md-7,
    .home-about .col-md-6 {
        width: 100% !important;
    }
    .h_a_video {
        max-width: 480px;
        margin: 0 auto 30px;
        height: 380px;
    }
    .hp_img {
        max-width: 480px;
        margin: 0 auto 30px;
    }
    .hf_detail {
        padding: 60px 30px 60px 30px;
        margin-top: 60px;
    }
    .hf_detail .col-md-5 {
        display: none;
    }
    .home-blog {
        padding: 0 0 30px;
    }
    .home-partner {
        padding: 30px 0;
        margin-top: 0px;
    }
    .home-partner .hpa_title {
        margin-bottom: 30px;
    }
    .ha_bottom .col-sm-3 {
        width: 33.333%;
    }
    .numCount {
        flex-wrap: wrap;
    }
    .icon_item {
        width: 50%;
    }
    .icon_item {
        margin: 15px 0;
    }
    .logo a {
        max-width: 100px;
    }
    .logo a img {
        max-width: 100%;
        height: auto;
    }
    .header_top {
        display: none;
    }
    footer {
        padding: 60px 0;
        background: #323232;
    }
    .header_bottom {
        padding: 15px 0;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-top .col-xs-12 {
        width: 100%;
    }
    .cat_list h2 {
        margin: 0 0 30px;
    }
    .ac_title h2,
    .abo_text h2 {
        font-size: 30px;
    }
    .project_cat li {
        margin: 0 10px -1px;
    }
    .project_cat li a {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proj_info {
        margin: 15px 0;
    }
    .cat_list h2::after {
        width: 80px;
        height: 8px;
        margin: 20px auto 0;
    }
}
@media (max-width: 640px) {
    .project_cat li a {
        padding-top: 10px;
        font-size: 14px;
    }
    .av_text {
        padding: 0;
        margin-top: 20px;
    }
    .ast_text {
        margin: 0;
    }
    .ast_content .ast_item {
        margin-top: 10px;
    }
    .ast_nav>ul {
        /* display: none; */
        border: 1px solid #E6E6E6
    }
    .ast_nav>ul>li {
        font-size: 14px;
    }
    .cat_link a {
        font-size: 12px;
    }
    .cat-info h3 {
        font-size: 16px;
    }
    .cat-info>div {
        padding-left: 15px;
    }
    .cat-info ul li a {
        font-size: 12px;
    }
    .cat-info {
        padding: 15px;
    }
    .swiper-slide:first-child .banner-info {
        padding-top: 30px;
    }
    .link_more a {
        padding: 3px 3px 3px 25px;
        width: 220px;
        font-size: 14px;
    }
    .banner-info h2 {
        font-size: 20px;
    }
    .banner-info p {
        font-size: 14px;
        margin: 15px 0;
    }
    .ha_bottom .col-sm-3 {
        width: 50%;
    }
    .ha_bottom a {
        margin: 5px 0;
    }
    .home-ask .row {
        display: block;
        text-align: center;
    }
    .h-ask-link {
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .icon_item h2 sup {
        font-size: 20px;
    }
    .h_a_videos iframe {
        width: 100%;
        height: 240px;
    }
    .si_nav ul a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .single_top {
        padding: 30px 15px;
    }
    .single-project .top_title h1 {
        font-size: 25px;
        text-transform: capitalize;
    }
    .pro_list .col-md-3 {
        width: 100%;
    }
    .pj_scroll {
        overflow: auto;
    }
    .project_cat {
        width: 100%;
        overflow-x: auto;
        margin: 0;
    }
    .hf_detail,
    .cat_top {
        padding: 40px 15px;
    }
    .cat_list {
        padding: 40px 15px 20px;
    }
    .hpa_list li {
        width: 50%;
    }
    .hp_cat ul li:nth-child(3) a {
        border-right: 0;
    }
    .hp_cat ul li:nth-child(2n) a,
    .hp_cat ul li:last-child a {
        border-right: 1px solid #fff;
    }
    .hp_cat ul li {
        width: 50%;
    }
    .ha_bottom .col-sm-3 {
        width: 100%;
    }
    .home-counter .col-md-12 {
        padding: 0;
    }
    .home-about {
        padding-top: 0;
    }
    .numCount {
        margin-top: 0;
    }
    .home-about .col-md-6:first-child {
        padding: 0;
    }
    .h_a_video {
        background: none;
        height: auto;
    }
    .h_a_video a {
        max-width: 100%;
        margin: 0;
    }
    .icon_item h2 sup {
        top: -14px;
    }
    .icon_item h2 img {
        width: 20px;
    }
    .icon_item h2 {
        font-size: 25px;
    }
    .link_more a {
        width: 182px;
        font-size: 12px;
    }
    .swiper-slide:first-child .banner-info {
        padding-top: 20px;
    }
    .link_more span {
        width: 30px;
        height: 30px;
        line-height: 27px;
    }
    .banner-info p {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .hp_cat ul li a {
        border-right: 1px solid #fff;
    }
    .hp_cat ul li {
        width: 100%;
    }
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

body .other-ly {
    font-family: 'Futura-Bold';
}
/*.pro-info h4 a{height:2em;font-size: 16px;-webkit-line-clamp: 2;}*/
/*.pro-info h4 a{font-size: 16px;}*/
/*.container{max-width: 1600px;}*/
/*.pro_list .row .col-md-3{padding:0 5px} */
/*.pro_list .pro_text{margin:0px;padding:15px 10px 20px}*/
/*.pro-info{margin:5px 0}*/
.main-menu.sf-menu>ul>li>a {
    text-transform: capitalize;
}

/* super */
/* @media (max-width: 480px) {
    .numCount{padding: 0;}

} */

@media (min-width: 768px) {
    .super_m {
        display: none;
    }
}

@media (max-width: 767px) {
    .ast_con>h3>span {
        color: #d80724;
        display: inline-block;
        width: 100%;
        text-align: justify;
        font-size: 19px;
    }
    .super_pc {
        display: none;
    }
    .numCount {
        padding: 0 !important;
    }
    .numCount .icon_item {
        margin: 0;
        padding: 15px 0 15px;
    }
    .numCount .icon_item:nth-of-type(-n+2) {
        border-bottom: 1px solid #f3f3f3;
    }
    .h_a_text p::after {
        content: "+ Read More";
        position: absolute;
        font-size: 16px;
        color: #fff;
        background: #e9000b;
        right: 0;
        bottom: 0;
        padding: 10px 35px;
        z-index:2;
    }
    .h_a_text p::before {
        content: " ";
        position: absolute;display:block;height:44px;width:100%;
        background: #fff;
        right: 0;
        bottom: 0;
        z-index:1;
    }
    .h_a_text p {
        position: relative;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .h_a_text p.active {
        padding-bottom: 45px;
        overflow: unset;
        text-overflow: unset;
        display: block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }
    .h_a_text p.active::after {
        content: "- Read More";
    }
    .ha_bottom .row {
        width: 100%;
        white-space: nowrap;
        height: 75px;
        overflow-x: auto;
    }
    .ha_bottom .row>div {
        display: inline-block;
        width: auto;
        padding-right: 0;
        float: none;
    }
    .index_g_q_b {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        background: #e9000b;
        padding: 10px 35px;
        margin: 25px 0;
    }
    .hpa_list {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .hpa_list li {
        flex: 0 0 50%;
    }


    .footer-logo>a,
    .footer-logo>p {
        display: none;
    }
    .footer-contact li {
        margin-bottom: 0 !important;
    }

    .top_title {
        padding: 20px 0
    }
    .abo_text p a {
        margin-top: 0;
        padding: 7px 20px;
    }
    .abo_text>p {
        text-align: justify;
    }
    .ac_title {}
    .ac_title h4 {
        display: none;
    }
    .av_icon a {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 54px;
        ;
    }


    .about_service .video img {
        height: 228px;
    }
    .av_text {
        margin-top: 20px;
    }

    .ast_con p {
        text-align: justify;
    }

    .h_list {
        padding: 0 20px
    }
    .ser_text p {
        text-align: justify;
    }
    .ser_usage {
        padding: 20px 0 10px;
    }
    .con_img span {
        width: 45px;
        height: 45px;
    }
    .con_text h2:before {
        margin-bottom: 10px;
    }
    .con_text h2 {
        margin-bottom: 10px;
    }
    .con_text p {
        text-align: justify;
    }
    .con_form {
        padding-bottom: 0;
    }
    .project_cat {
        justify-content: unset;
        overflow-y: hidden;
    }

}
.top-main-menu>li:hover>ul {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    padding: 20px 40px 60px 135px;
    padding: 60px 40px 60px 40px;
    left: 0;
    top: 140px;
}
.top-main-menu>li>ul::after {
    content: " ";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url("./images/fc60a5e8478ce58ed07ea33acd7dc93.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    top: 0;
}
.top-main-menu>li::after{
    content: " ";width: 100%;
    position: absolute;top: 100%;left:0;height: 40px;
}
.sub-menu .sub-menu {
    display: block;
    position: unset;
}

.sub-menu {
    background-color: unset;
}
.top-main-menu li .sub-menu li a {
    display: inline-block;
    line-height: unset;
    margin-top: 2px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.top-main-menu>li>.sub-menu>li>a {
    color: #bd2525;
}
.top-main-menu>li>.sub-menu>li>a {
    font-weight: 900;
    color: #bd2525;
}
.sub-menu li:hover>a {
    background: unset;
}
.top-main-menu li .current-menu-item>a {
    color: #333 !important;
    background: unset !important;
}
/* .top-main-menu>.current-menu-item>a {
    color: #fff !important;
    background: unset !important;
} */
.top-main-menu li a {
    position: relative;
}
.top-main-menu li a::after {
    content: " ";
    position: absolute;
    width: 0%;
    border: 0px solid #e9000b;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.top-main-menu li:hover>a::after,
.top-main-menu .current-menu-item>a::after {
    width: 40%;
    opacity: 1;
    border: 1px solid #e9000b
}